From fe5bf9ca1202faaeb042c8a8bc6bfc6dcaff9efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 16 Apr 2023 13:10:43 +0100 Subject: Update pre-commit config. --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 790da82..5e41393 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,26 +4,26 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.10.0 + rev: 5.12.0 hooks: - id: isort additional_dependencies: - toml - repo: https://github.com/psf/black - rev: 21.10b0 + rev: 23.3.0 hooks: - id: black -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/pycqa/flake8 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/fsfe/reuse-tool - rev: v0.13.0 + rev: v1.1.2 hooks: - id: reuse -- cgit v1.2.3